Add lazymac/mcp and lazymac/k-mcp to Community Servers#3903
Open
lazymac2x wants to merge 1 commit intomodelcontextprotocol:mainfrom
Open
Add lazymac/mcp and lazymac/k-mcp to Community Servers#3903lazymac2x wants to merge 1 commit intomodelcontextprotocol:mainfrom
lazymac2x wants to merge 1 commit intomodelcontextprotocol:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adding two community MCP servers I've been shipping:
@lazymac/mcp— Unified MCP server exposing 42 developer tools through a single install. Backed by 40+ Cloudflare Workers at api.lazy-mac.com (sub-200ms p95, free tier on every endpoint, $29/mo Pro for unlimited). Tools include:qr_generate,url_shorten,ip_geo,tech_stack_detect,ai_cost_calculator,llm_router(GPT-4 vs Claude vs Haiku picker),seo_analyzer,email_validator,regex_test,fake_data,k_privacy_scan,k_exchange_rate,k_company_lookup,k_address_geocoder,korean_nlp, and 27 more.@lazymac/k-mcp— Korean wedge MCP focused on data that global SaaS shipping into Korea need: PIPA compliance scanning, KRW + BOK rates, 사업자등록번호 (business registration number) lookup, Korean address geocoding (road-name + lot-number), Korean NLP (morpheme / sentiment / keyword). All responses in English JSON.Why one unified server
Most MCP servers expose 1-3 tools. Each install is a separate config block + separate npm package to maintain.
lazymac/mcpcollapses the "many tools, one backend" pattern into a single installable artifact. Onenpx -y @lazymac/mcp, 42 tools appear in Claude Code / Cursor / Windsurf.Links
Both packages MIT, registered on Smithery, tested against Claude Code, Cursor, Windsurf.